-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Add note to user guide that SettingWithCopyWarning won't be necessary anymore #56032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
return dtype_dict.get(dtype) | ||
return arrow_string_types_mapper()(dtype) | ||
|
||
frame = table.to_pandas(types_mapper=types_mapper) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidental unrelated change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah not sure how that commit got in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted, sorry
Co-authored-by: Joris Van den Bossche <[email protected]>
This reverts commit 124cb9f.
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.not sure if this renders properly